<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* index_manager膸��鋇��� */
.index_manager {
    width: 1342px;
    min-width: 1342px;
    max-width: 1342px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 71px 55px 71px;
    position: relative;
    box-sizing: border-box;
}

.index_manager .index_manager-title {
    margin-bottom: 19px;
}

.index_manager .index_manager-title span:nth-child(1) {
    font-size: 24px;
    color: rgb(41, 41, 41);
    line-height: 1;
    margin-right: 13px;
}

.index_manager .index_manager-title span:nth-child(2) {
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 1;
}

.index_manager .jarrowsl {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.index_manager .jarrowsr {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.index_manager ul {
    width: 100%;
    height: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_manager ul img {
    width: 195px;
    max-width: 195px;
    min-width: 195px;
}

.index_manager ul li {
    width: calc(100%/6);
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    overflow: hidden;
    position: relative;
    flex: 1;
    border-left: 5px solid white;
    box-sizing: border-box;
}

.index_manager ul li .mask {
    width: 195px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(27, 27, 27, .2);
    z-index: 3;
}


.index_manager ul:hover li {
    width: 10%;
    flex: 1;
}

.index_manager ul li:hover {
    flex: 3.5;
}

.index_manager ul li:hover .mask {
    display: none;
}



.index_manager ul li .liright {
    background-color: rgb(29, 41, 78);
    width: 495px;
    min-width: 495px;
    max-width: 495px;
    height: 100%;
    padding: 32px 0 0 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 195px;
}

.liright .manager-data {
    width: 230px;
}

.manager-data .manager-name {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-bottom: 16px;
}

.manager-data .manager-line {
    width: 100%;
    height: 1px;
    background: rgb(102, 109, 132);
    margin-bottom: 18px;
}

.manager-data .manager-profile {
    width: 100%;
    width: 250px;
    font-size: 14px;
    color: rgb(254, 254, 254);
    line-height: 2;
    margin-bottom: 14px;
}



.manager-data a {
    display: flex;
    text-decoration: none;
    float: right;
}

.manager-data a button {
    border-radius: 6px;
    background-image: -moz-linear-gradient(-90deg, rgb(239, 33, 33) 0%, rgb(154, 22, 22) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(239, 33, 33) 0%, rgb(154, 22, 22) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(239, 33, 33) 0%, rgb(154, 22, 22) 100%);
    box-shadow: 0px 2px 2.94px 0.06px rgba(15, 15, 15, 0.52);
    width: 99px;
    height: 36px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    left: 168px;
}


.index_manager .index_manager-title img {
    width: 16px;
    height: 19px;
    margin: 0 4px 0 648px;
    position: relative;
    top: 4px;
}

.index_manager .index_manager-title span:nth-child(4) {
    font-size: 16px;
    color: rgb(68, 68, 68);
    text-transform: uppercase;
}

.index_manager ul li .manageradd {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(27, 27, 27, .329);
    width: 73px;
    height: 28px;
    text-align: center;
}

.index_manager ul li .manageradd span {
    line-height: 28px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.index_manager ul li .manageradd span::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 11px;
    background: url('../img/jmadd.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: -6px;
}</pre></body></html>